0

Wait! We have a something for you...

Don't leave empty-handed! Simply enter your email below and we will send you a great discount on our products:

We hate spam as much as you do! Your details are never shared and you can unsubscribe at any time.

Debug Overview

App Total Time DB Queries DB Query Total Time Amazon Requests
0.59041786193848 390 0.2604 0


No Amazon API Requests Made.


App Debug - Total Time 0.59041786193848 seconds

Number Time From Start Name Description
1 0.32544589042664 Initialise Initialise FSB Function
2 0.32690286636353 App Controller Start Start of the App controller (called before the controller of every page)
3 0.37829685211182 Start of getCategoryListByGroup Function Before first category groups query
4 0.37864279747009 After initial query Before first category groups query
5 0.37864398956299 Get Category List for Group Before the call to getCategoryList function
6 0.37864589691162 Start of GetCategoryList function Start of the function
7 0.37864685058594 Before getting categories Query to get specific category list
8 0.37901282310486 After getting categories Query to get specific category list
9 0.37901377677917 Before getting category custom Before call to function getCategoryCustom
10 0.39042997360229 After getting category custom After call to function getCategoryCustom
11 0.39043188095093 Before getting category custom Before call to function getCategoryCustom
12 0.39784693717957 After getting category custom After call to function getCategoryCustom
13 0.3978488445282 Before getting category custom Before call to function getCategoryCustom
14 0.40137791633606 After getting category custom After call to function getCategoryCustom
15 0.40137887001038 Before getting category custom Before call to function getCategoryCustom
16 0.40362691879272 After getting category custom After call to function getCategoryCustom
17 0.40362787246704 Before getting category custom Before call to function getCategoryCustom
18 0.40596795082092 After getting category custom After call to function getCategoryCustom
19 0.40596890449524 Before getting category custom Before call to function getCategoryCustom
20 0.408451795578 After getting category custom After call to function getCategoryCustom
21 0.4084529876709 End of GetCategoryList function End of the function
22 0.40845799446106 Get Category List for Group Before the call to getCategoryList function
23 0.40845894813538 Start of GetCategoryList function Start of the function
24 0.40845990180969 Before getting categories Query to get specific category list
25 0.40873980522156 End of getCategoryListByGroup Function Before return()
26 0.41368079185486 App Controller End End of the App controller (called before the controller of every page)
27 0.55037498474121 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 0.5509397983551 Before Get Options Before the call to getOptions in the tpl class
29 0.58304500579834 After Get Options After the call to getOptions in the tpl class
30 0.58307290077209 App_after Controller End End of the App_after controller (called after the controller of every page)
31 0.59040999412537 Finalizing debug Before the debug is output to the page.
32 0.59041690826416 End of App This is the end of the app logging, final timestamp


Query Debug - 390 Database Queries. Total time 0.2604 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0010 0.0010290145874023
SELECT parameter, value FROM parameters
2 0.0042 0.0042440891265869
SELECT * FROM `bad_bots`
3 0.0003 0.00027799606323242
SET time_zone = 'Europe/London'
4 0.0006 0.00058412551879883
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0005 0.00054311752319336
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.99\";}'
6 0.0005 0.00047111511230469
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1757991168'
7 0.0006 0.00061202049255371
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0004 0.00035500526428223
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0005 0.00051212310791016
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0004 0.00037193298339844
SELECT * FROM pages WHERE id = 52
11 0.0023 0.0022640228271484
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0486 0.048569917678833
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0003 0.00031089782714844
SELECT * FROM pages WHERE pagename = 'search'
14 0.0003 0.00034308433532715
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0004 0.00035810470581055
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0049 0.004889965057373
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 26
17 0.0004 0.00035905838012695
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
18 0.0003 0.00025606155395508
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0002 0.00021696090698242
SELECT id FROM categories WHERE parent_id = '26'
20 0.0046 0.0045549869537354
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (26)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
21 0.0003 0.00030303001403809
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (26)
				  AND p.disabled = 0 
22 0.0003 0.00028419494628906
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (26)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
23 0.0003 0.00029110908508301
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0002 0.00021696090698242
SELECT * FROM categorygroups WHERE id = '1'
25 0.0029 0.002932071685791
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 27
26 0.0002 0.00024294853210449
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
27 0.0002 0.0001990795135498
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0002 0.00021719932556152
SELECT id FROM categories WHERE parent_id = '27'
29 0.0029 0.0029048919677734
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (27)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
30 0.0002 0.00022792816162109
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (27)
				  AND p.disabled = 0 
31 0.0002 0.00022006034851074
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (27)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
32 0.0002 0.0002291202545166
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0002 0.00020885467529297
SELECT * FROM categorygroups WHERE id = '1'
34 0.0010 0.00098419189453125
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 28
35 0.0002 0.00022196769714355
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
36 0.0002 0.00019001960754395
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0002 0.00022006034851074
SELECT id FROM categories WHERE parent_id = '28'
38 0.0010 0.0010151863098145
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (28)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
39 0.0002 0.00021505355834961
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (28)
				  AND p.disabled = 0 
40 0.0002 0.00021910667419434
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (28)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
41 0.0002 0.00023198127746582
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0002 0.00020790100097656
SELECT * FROM categorygroups WHERE id = '1'
43 0.0003 0.00032210350036621
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 29
44 0.0002 0.00022101402282715
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
45 0.0002 0.00021719932556152
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0002 0.00023698806762695
SELECT id FROM categories WHERE parent_id = '29'
47 0.0003 0.00031709671020508
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (29)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
48 0.0002 0.00021004676818848
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (29)
				  AND p.disabled = 0 
49 0.0002 0.00021600723266602
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (29)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
50 0.0002 0.00023388862609863
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0003 0.00025582313537598
SELECT * FROM categorygroups WHERE id = '1'
52 0.0003 0.00034713745117188
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 30
53 0.0003 0.00025010108947754
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
54 0.0002 0.00022006034851074
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0003 0.00025701522827148
SELECT id FROM categories WHERE parent_id = '30'
56 0.0003 0.00032687187194824
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (30)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
57 0.0002 0.00021982192993164
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (30)
				  AND p.disabled = 0 
58 0.0002 0.00023603439331055
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (30)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
59 0.0003 0.0002591609954834
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0002 0.00020790100097656
SELECT * FROM categorygroups WHERE id = '1'
61 0.0003 0.00034403800964355
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 31
62 0.0002 0.00023913383483887
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
63 0.0002 0.00020885467529297
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0002 0.00020980834960938
SELECT id FROM categories WHERE parent_id = '31'
65 0.0004 0.00037002563476562
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (31)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
66 0.0003 0.00030612945556641
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (31)
				  AND p.disabled = 0 
67 0.0003 0.0002589225769043
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (31)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
68 0.0003 0.0002748966217041
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0002 0.00024008750915527
SELECT * FROM categorygroups WHERE id = '1'
70 0.0003 0.00027704238891602
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0016 0.0016109943389893
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0004 0.00043988227844238
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0004 0.00039315223693848
SELECT value FROM parameters WHERE parameter IN('EBAY_APP_ID' , 'EBAY_TRACKING_ID','EBAY_NETWORK_ID' , 'GOOGLE_SITE_KEY' , 'GOOGLE_SECRET_KEY' ,'GOOGLE_RECAPTCHA_TYPE','EBAY_AUTH_TOKEN','EBAY_LOCALE')ORDER BY parameter ASC
74 0.0003 0.0003349781036377
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0010 0.00099706649780273
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0005 0.00054502487182617
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.0003 0.0002739429473877
SELECT * FROM pages WHERE pagename = 'search'
78 0.0060 0.0060379505157471
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
79 0.0013 0.0012838840484619
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
80 0.0005 0.0004570484161377
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
81 0.0053 0.0052759647369385
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0014 0.0014359951019287
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0004 0.00044393539428711
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
84 0.0004 0.00035214424133301
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT 'palais des thes the vert fleur de geisha 20 sachets mousselines', NOW(), '216.73.216.99'
85 0.0004 0.00040507316589355
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (title)
        AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
86 0.0004 0.00039005279541016
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
87 0.0049 0.0049009323120117
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'palais') OR (keyfeatures LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (keyfeatures LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (keyfeatures LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (keyfeatures LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (keyfeatures LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'fleur') OR (keyfeatures LIKE 'fleur') OR (title LIKE 'fleur') OR (description LIKE 'de') OR (keyfeatures LIKE 'de') OR (title LIKE 'de') OR (description LIKE 'geisha') OR (keyfeatures LIKE 'geisha') OR (title LIKE 'geisha') OR (description LIKE '20') OR (keyfeatures LIKE '20') OR (title LIKE '20') OR (description LIKE 'sachets') OR (keyfeatures LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE 'mousselines') OR (keyfeatures LIKE 'mousselines') OR (title LIKE 'mousselines'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
88 0.0003 0.00033688545227051
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'fleur') OR (title LIKE 'fleur') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE 'geisha') OR (title LIKE 'geisha') OR (description LIKE '20') OR (title LIKE '20') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE 'mousselines') OR (title LIKE 'mousselines'))
		AND hide = 0
89 0.0003 0.00026893615722656
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'fleur') OR (title LIKE 'fleur') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE 'geisha') OR (title LIKE 'geisha') OR (description LIKE '20') OR (title LIKE '20') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE 'mousselines') OR (title LIKE 'mousselines'))
		AND hide = 0
90 0.0004 0.0003819465637207
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
91 0.0064 0.0064020156860352
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%palais%') OR (keyfeatures LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (keyfeatures LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (keyfeatures LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (keyfeatures LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (keyfeatures LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%fleur%') OR (keyfeatures LIKE '%fleur%') OR (title LIKE '%fleur%') OR (description LIKE '%de%') OR (keyfeatures LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%geisha%') OR (keyfeatures LIKE '%geisha%') OR (title LIKE '%geisha%') OR (description LIKE '%20%') OR (keyfeatures LIKE '%20%') OR (title LIKE '%20%') OR (description LIKE '%sachets%') OR (keyfeatures LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%mousselines%') OR (keyfeatures LIKE '%mousselines%') OR (title LIKE '%mousselines%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
92 0.0003 0.00030994415283203
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%fleur%') OR (title LIKE '%fleur%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%geisha%') OR (title LIKE '%geisha%') OR (description LIKE '%20%') OR (title LIKE '%20%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%mousselines%') OR (title LIKE '%mousselines%'))
		AND hide = 0
93 0.0003 0.00031805038452148
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%fleur%') OR (title LIKE '%fleur%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%geisha%') OR (title LIKE '%geisha%') OR (description LIKE '%20%') OR (title LIKE '%20%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%mousselines%') OR (title LIKE '%mousselines%'))
		AND hide = 0
94 0.0004 0.00042390823364258
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (title)
        AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
95 0.0004 0.00038719177246094
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
96 0.0056 0.0055508613586426
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'palais') OR (keyfeatures LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (keyfeatures LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (keyfeatures LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (keyfeatures LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (keyfeatures LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'fleur') OR (keyfeatures LIKE 'fleur') OR (title LIKE 'fleur') OR (description LIKE 'de') OR (keyfeatures LIKE 'de') OR (title LIKE 'de') OR (description LIKE 'geisha') OR (keyfeatures LIKE 'geisha') OR (title LIKE 'geisha') OR (description LIKE '20') OR (keyfeatures LIKE '20') OR (title LIKE '20') OR (description LIKE 'sachets') OR (keyfeatures LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE 'mousselines') OR (keyfeatures LIKE 'mousselines') OR (title LIKE 'mousselines'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
97 0.0003 0.00033903121948242
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'fleur') OR (title LIKE 'fleur') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE 'geisha') OR (title LIKE 'geisha') OR (description LIKE '20') OR (title LIKE '20') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE 'mousselines') OR (title LIKE 'mousselines'))
		AND hide = 0
98 0.0003 0.00030803680419922
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'fleur') OR (title LIKE 'fleur') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE 'geisha') OR (title LIKE 'geisha') OR (description LIKE '20') OR (title LIKE '20') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE 'mousselines') OR (title LIKE 'mousselines'))
		AND hide = 0
99 0.0004 0.00040698051452637
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +fleur +de +geisha +20 +sache} +mousselin}' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
100 0.0069 0.0069029331207275
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%palais%') OR (keyfeatures LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (keyfeatures LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (keyfeatures LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (keyfeatures LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (keyfeatures LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%fleur%') OR (keyfeatures LIKE '%fleur%') OR (title LIKE '%fleur%') OR (description LIKE '%de%') OR (keyfeatures LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%geisha%') OR (keyfeatures LIKE '%geisha%') OR (title LIKE '%geisha%') OR (description LIKE '%20%') OR (keyfeatures LIKE '%20%') OR (title LIKE '%20%') OR (description LIKE '%sachets%') OR (keyfeatures LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%mousselines%') OR (keyfeatures LIKE '%mousselines%') OR (title LIKE '%mousselines%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
101 0.0003 0.00029683113098145
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%fleur%') OR (title LIKE '%fleur%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%geisha%') OR (title LIKE '%geisha%') OR (description LIKE '%20%') OR (title LIKE '%20%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%mousselines%') OR (title LIKE '%mousselines%'))
		AND hide = 0
102 0.0003 0.00025820732116699
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%fleur%') OR (title LIKE '%fleur%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%geisha%') OR (title LIKE '%geisha%') OR (description LIKE '%20%') OR (title LIKE '%20%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%mousselines%') OR (title LIKE '%mousselines%'))
		AND hide = 0
103 0.0003 0.00031304359436035
SELECT * FROM products WHERE id = '4242'
104 0.0004 0.00041103363037109
SELECT * FROM productimages WHERE product_id = '4242' ORDER BY sortorder ASC
105 0.0005 0.00047397613525391
SELECT * FROM product_image_select WHERE product_id = '4242'
106 0.0003 0.00029897689819336
SELECT * FROM productcustomimages WHERE product_id = '4242'
107 0.0006 0.00063109397888184
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4242' AND a.name = n.originalname
108 0.0003 0.00032591819763184
SELECT * FROM productoffers WHERE product_id = '4242' AND merchantid = 'A1X6FK5RDHNB96'
109 0.0003 0.00029301643371582
SELECT * FROM productoffers
                WHERE product_id = '4242' AND price > 0
                ORDER BY price ASC LIMIT 1
110 0.0003 0.0002589225769043
SELECT * FROM productoffers
                WHERE product_id = 4242
                ORDER BY price ASC LIMIT 1
111 0.0003 0.00031590461730957
SELECT value FROM productattributes
                WHERE product_id = '4242'
                AND name = 'ListPriceAmount'
112 0.0003 0.00029110908508301
SELECT value FROM productattributes WHERE product_id = '4242' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
113 0.0003 0.00032186508178711
SELECT * FROM products WHERE id = '4148'
114 0.0003 0.00033712387084961
SELECT * FROM productimages WHERE product_id = '4148' ORDER BY sortorder ASC
115 0.0005 0.0004580020904541
SELECT * FROM product_image_select WHERE product_id = '4148'
116 0.0002 0.00023603439331055
SELECT * FROM productcustomimages WHERE product_id = '4148'
117 0.0007 0.00069594383239746
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4148' AND a.name = n.originalname
118 0.0003 0.00026702880859375
SELECT * FROM productoffers WHERE product_id = '4148' AND merchantid = 'A1X6FK5RDHNB96'
119 0.0003 0.00031399726867676
SELECT * FROM productoffers
                WHERE product_id = '4148' AND price > 0
                ORDER BY price ASC LIMIT 1
120 0.0003 0.00031805038452148
SELECT value FROM productattributes WHERE product_id = '4148' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
121 0.0003 0.00029301643371582
SELECT * FROM products WHERE id = '4914'
122 0.0003 0.00028610229492188
SELECT * FROM productimages WHERE product_id = '4914' ORDER BY sortorder ASC
123 0.0003 0.00028896331787109
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4914' AND p.id = pi.product_id ORDER BY pi.sortorder
124 0.0005 0.00049185752868652
SELECT * FROM product_image_select WHERE product_id = '4914'
125 0.0002 0.0002448558807373
SELECT * FROM productcustomimages WHERE product_id = '4914'
126 0.0003 0.00033187866210938
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4914'
                GROUP BY o.product_id
127 0.0004 0.00039196014404297
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4914'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
128 0.0003 0.00026988983154297
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4914
129 0.0006 0.00058603286743164
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4914' AND a.name = n.originalname
130 0.0002 0.00024580955505371
SELECT * FROM productoffers WHERE product_id = '4914' AND merchantid = 'A1X6FK5RDHNB96'
131 0.0003 0.00026583671569824
SELECT * FROM productoffers
                WHERE product_id = '4914' AND price > 0
                ORDER BY price ASC LIMIT 1
132 0.0003 0.00025296211242676
SELECT * FROM productoffers
                WHERE product_id = 4914
                ORDER BY price ASC LIMIT 1
133 0.0003 0.00026798248291016
SELECT value FROM productattributes
                WHERE product_id = '4914'
                AND name = 'ListPriceAmount'
134 0.0003 0.00026798248291016
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4914'
                GROUP BY o.product_id
135 0.0003 0.00028800964355469
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4914'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
136 0.0002 0.00024604797363281
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4914
137 0.0003 0.00028610229492188
SELECT value FROM productattributes WHERE product_id = '4914' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
138 0.0003 0.00032687187194824
SELECT * FROM products WHERE parent_id = '4914'
139 0.0003 0.00027298927307129
SELECT * FROM products WHERE id = '1426'
140 0.0003 0.00030183792114258
SELECT * FROM productimages WHERE product_id = '1426' ORDER BY sortorder ASC
141 0.0004 0.00041794776916504
SELECT * FROM product_image_select WHERE product_id = '1426'
142 0.0002 0.00023794174194336
SELECT * FROM productcustomimages WHERE product_id = '1426'
143 0.0006 0.00062990188598633
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1426' AND a.name = n.originalname
144 0.0002 0.00023579597473145
SELECT * FROM productoffers WHERE product_id = '1426' AND merchantid = 'A1X6FK5RDHNB96'
145 0.0003 0.00025486946105957
SELECT * FROM productoffers
                WHERE product_id = '1426' AND price > 0
                ORDER BY price ASC LIMIT 1
146 0.0003 0.00026702880859375
SELECT value FROM productattributes WHERE product_id = '1426' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
147 0.0003 0.00026702880859375
SELECT * FROM products WHERE id = '4325'
148 0.0003 0.00028085708618164
SELECT * FROM productimages WHERE product_id = '4325' ORDER BY sortorder ASC
149 0.0003 0.00027298927307129
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4325' AND p.id = pi.product_id ORDER BY pi.sortorder
150 0.0004 0.00043201446533203
SELECT * FROM product_image_select WHERE product_id = '4325'
151 0.0002 0.00021004676818848
SELECT * FROM productcustomimages WHERE product_id = '4325'
152 0.0003 0.00026082992553711
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4325'
                GROUP BY o.product_id
153 0.0003 0.00026893615722656
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4325'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
154 0.0002 0.00023722648620605
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4325
155 0.0006 0.00058603286743164
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4325' AND a.name = n.originalname
156 0.0002 0.00023484230041504
SELECT * FROM productoffers WHERE product_id = '4325' AND merchantid = 'A1X6FK5RDHNB96'
157 0.0002 0.00023293495178223
SELECT * FROM productoffers
                WHERE product_id = '4325' AND price > 0
                ORDER BY price ASC LIMIT 1
158 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = 4325
                ORDER BY price ASC LIMIT 1
159 0.0003 0.00025510787963867
SELECT value FROM productattributes
                WHERE product_id = '4325'
                AND name = 'ListPriceAmount'
160 0.0003 0.0002748966217041
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4325'
                GROUP BY o.product_id
161 0.0003 0.00028300285339355
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4325'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
162 0.0002 0.00024795532226562
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4325
163 0.0003 0.0003049373626709
SELECT value FROM productattributes WHERE product_id = '4325' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
164 0.0003 0.00026202201843262
SELECT * FROM products WHERE parent_id = '4325'
165 0.0002 0.00024700164794922
SELECT * FROM products WHERE id = '1153'
166 0.0002 0.00024294853210449
SELECT * FROM productimages WHERE product_id = '1153' ORDER BY sortorder ASC
167 0.0004 0.00037908554077148
SELECT * FROM product_image_select WHERE product_id = '1153'
168 0.0002 0.00019383430480957
SELECT * FROM productcustomimages WHERE product_id = '1153'
169 0.0006 0.00063180923461914
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1153' AND a.name = n.originalname
170 0.0002 0.00024509429931641
SELECT * FROM productoffers WHERE product_id = '1153' AND merchantid = 'A1X6FK5RDHNB96'
171 0.0003 0.00026702880859375
SELECT * FROM productoffers
                WHERE product_id = '1153' AND price > 0
                ORDER BY price ASC LIMIT 1
172 0.0003 0.00028181076049805
SELECT value FROM productattributes WHERE product_id = '1153' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
173 0.0003 0.00028681755065918
SELECT * FROM products WHERE id = '1938'
174 0.0003 0.0002598762512207
SELECT * FROM productimages WHERE product_id = '1938' ORDER BY sortorder ASC
175 0.0004 0.00042104721069336
SELECT * FROM product_image_select WHERE product_id = '1938'
176 0.0003 0.00025701522827148
SELECT * FROM productcustomimages WHERE product_id = '1938'
177 0.0005 0.00051116943359375
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1938' AND a.name = n.originalname
178 0.0003 0.00025606155395508
SELECT * FROM productoffers WHERE product_id = '1938' AND merchantid = 'A1X6FK5RDHNB96'
179 0.0002 0.00024104118347168
SELECT * FROM productoffers
                WHERE product_id = '1938' AND price > 0
                ORDER BY price ASC LIMIT 1
180 0.0002 0.00022506713867188
SELECT * FROM productoffers
                WHERE product_id = 1938
                ORDER BY price ASC LIMIT 1
181 0.0002 0.00024104118347168
SELECT value FROM productattributes
                WHERE product_id = '1938'
                AND name = 'ListPriceAmount'
182 0.0003 0.00029301643371582
SELECT value FROM productattributes WHERE product_id = '1938' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
183 0.0003 0.00025200843811035
SELECT * FROM products WHERE id = '3022'
184 0.0003 0.0002598762512207
SELECT * FROM productimages WHERE product_id = '3022' ORDER BY sortorder ASC
185 0.0004 0.00039196014404297
SELECT * FROM product_image_select WHERE product_id = '3022'
186 0.0002 0.00020313262939453
SELECT * FROM productcustomimages WHERE product_id = '3022'
187 0.0004 0.00042510032653809
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3022' AND a.name = n.originalname
188 0.0002 0.00024700164794922
SELECT * FROM productoffers WHERE product_id = '3022' AND merchantid = 'A1X6FK5RDHNB96'
189 0.0003 0.00030803680419922
SELECT * FROM productoffers
                WHERE product_id = '3022' AND price > 0
                ORDER BY price ASC LIMIT 1
190 0.0003 0.00027084350585938
SELECT value FROM productattributes WHERE product_id = '3022' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
191 0.0003 0.0002589225769043
SELECT * FROM products WHERE id = '4155'
192 0.0003 0.00025296211242676
SELECT * FROM productimages WHERE product_id = '4155' ORDER BY sortorder ASC
193 0.0003 0.00031304359436035
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4155' AND p.id = pi.product_id ORDER BY pi.sortorder
194 0.0004 0.00037980079650879
SELECT * FROM product_image_select WHERE product_id = '4155'
195 0.0002 0.00019693374633789
SELECT * FROM productcustomimages WHERE product_id = '4155'
196 0.0003 0.00028109550476074
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4155'
                GROUP BY o.product_id
197 0.0003 0.00031208992004395
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4155'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
198 0.0003 0.00025296211242676
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4155
199 0.0006 0.0005650520324707
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4155' AND a.name = n.originalname
200 0.0002 0.00023102760314941
SELECT * FROM productoffers WHERE product_id = '4155' AND merchantid = 'A1X6FK5RDHNB96'
201 0.0002 0.00023889541625977
SELECT * FROM productoffers
                WHERE product_id = '4155' AND price > 0
                ORDER BY price ASC LIMIT 1
202 0.0003 0.00025320053100586
SELECT * FROM productoffers
                WHERE product_id = 4155
                ORDER BY price ASC LIMIT 1
203 0.0003 0.00025105476379395
SELECT value FROM productattributes
                WHERE product_id = '4155'
                AND name = 'ListPriceAmount'
204 0.0003 0.00026297569274902
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4155'
                GROUP BY o.product_id
205 0.0003 0.00031590461730957
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4155'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
206 0.0003 0.00025105476379395
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4155
207 0.0003 0.00026702880859375
SELECT value FROM productattributes WHERE product_id = '4155' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
208 0.0003 0.00031590461730957
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4155'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
209 0.0010 0.001039981842041
SELECT * FROM products WHERE id = '4181'
210 0.0005 0.00054001808166504
SELECT * FROM productimages WHERE product_id = '4181' ORDER BY sortorder ASC
211 0.0010 0.00099611282348633
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4181' AND p.id = pi.product_id ORDER BY pi.sortorder
212 0.0008 0.00078201293945312
SELECT * FROM product_image_select WHERE product_id = '4181'
213 0.0003 0.00028896331787109
SELECT * FROM productcustomimages WHERE product_id = '4181'
214 0.0005 0.0004889965057373
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4181'
                GROUP BY o.product_id
215 0.0007 0.00065207481384277
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4181'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
216 0.0005 0.00045299530029297
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4181
217 0.0008 0.00084090232849121
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4181' AND a.name = n.originalname
218 0.0004 0.00041294097900391
SELECT * FROM productoffers WHERE product_id = '4181' AND merchantid = 'A1X6FK5RDHNB96'
219 0.0004 0.00037002563476562
SELECT * FROM productoffers
                WHERE product_id = '4181' AND price > 0
                ORDER BY price ASC LIMIT 1
220 0.0003 0.0003359317779541
SELECT * FROM productoffers
                WHERE product_id = 4181
                ORDER BY price ASC LIMIT 1
221 0.0004 0.00039410591125488
SELECT value FROM productattributes
                WHERE product_id = '4181'
                AND name = 'ListPriceAmount'
222 0.0005 0.00047516822814941
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4181'
                GROUP BY o.product_id
223 0.0006 0.00059890747070312
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4181'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
224 0.0005 0.00052118301391602
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4181
225 0.0005 0.00047707557678223
SELECT value FROM productattributes WHERE product_id = '4181' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
226 0.0007 0.00067400932312012
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4181'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
227 0.0004 0.00039386749267578
SELECT * FROM products WHERE id = '4556'
228 0.0004 0.00042891502380371
SELECT * FROM productimages WHERE product_id = '4556' ORDER BY sortorder ASC
229 0.0007 0.00072193145751953
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4556' AND p.id = pi.product_id ORDER BY pi.sortorder
230 0.0008 0.00075101852416992
SELECT * FROM product_image_select WHERE product_id = '4556'
231 0.0003 0.00028491020202637
SELECT * FROM productcustomimages WHERE product_id = '4556'
232 0.0006 0.00056600570678711
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4556'
                GROUP BY o.product_id
233 0.0010 0.0010178089141846
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4556'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
234 0.0005 0.00054097175598145
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4556
235 0.0008 0.00082802772521973
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4556' AND a.name = n.originalname
236 0.0004 0.00037407875061035
SELECT * FROM productoffers WHERE product_id = '4556' AND merchantid = 'A1X6FK5RDHNB96'
237 0.0004 0.00036501884460449
SELECT * FROM productoffers
                WHERE product_id = '4556' AND price > 0
                ORDER BY price ASC LIMIT 1
238 0.0003 0.00034904479980469
SELECT * FROM productoffers
                WHERE product_id = 4556
                ORDER BY price ASC LIMIT 1
239 0.0004 0.00040102005004883
SELECT value FROM productattributes
                WHERE product_id = '4556'
                AND name = 'ListPriceAmount'
240 0.0006 0.00058293342590332
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4556'
                GROUP BY o.product_id
241 0.0010 0.00098586082458496
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4556'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
242 0.0006 0.00056791305541992
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4556
243 0.0005 0.00048208236694336
SELECT value FROM productattributes WHERE product_id = '4556' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
244 0.0008 0.00082492828369141
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4556'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
245 0.0008 0.0008091926574707
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4556'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
246 0.0004 0.00042390823364258
SELECT * FROM products WHERE id = '1458'
247 0.0004 0.00044488906860352
SELECT * FROM productimages WHERE product_id = '1458' ORDER BY sortorder ASC
248 0.0008 0.0007781982421875
SELECT * FROM product_image_select WHERE product_id = '1458'
249 0.0003 0.00028491020202637
SELECT * FROM productcustomimages WHERE product_id = '1458'
250 0.0011 0.0011451244354248
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1458' AND a.name = n.originalname
251 0.0004 0.00037288665771484
SELECT * FROM productoffers WHERE product_id = '1458' AND merchantid = 'A1X6FK5RDHNB96'
252 0.0004 0.0003960132598877
SELECT * FROM productoffers
                WHERE product_id = '1458' AND price > 0
                ORDER BY price ASC LIMIT 1
253 0.0005 0.00049304962158203
SELECT value FROM productattributes WHERE product_id = '1458' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
254 0.0004 0.00038790702819824
SELECT * FROM products WHERE id = '4256'
255 0.0004 0.00037407875061035
SELECT * FROM productimages WHERE product_id = '4256' ORDER BY sortorder ASC
256 0.0007 0.00072884559631348
SELECT * FROM product_image_select WHERE product_id = '4256'
257 0.0003 0.00027894973754883
SELECT * FROM productcustomimages WHERE product_id = '4256'
258 0.0013 0.0013470649719238
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4256' AND a.name = n.originalname
259 0.0004 0.00036883354187012
SELECT * FROM productoffers WHERE product_id = '4256' AND merchantid = 'A1X6FK5RDHNB96'
260 0.0005 0.00049805641174316
SELECT * FROM productoffers
                WHERE product_id = '4256' AND price > 0
                ORDER BY price ASC LIMIT 1
261 0.0006 0.00057697296142578
SELECT value FROM productattributes WHERE product_id = '4256' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
262 0.0010 0.00098109245300293
SELECT * FROM products WHERE id = '4916'
263 0.0004 0.0004119873046875
SELECT * FROM productimages WHERE product_id = '4916' ORDER BY sortorder ASC
264 0.0008 0.00077390670776367
SELECT * FROM product_image_select WHERE product_id = '4916'
265 0.0003 0.00029397010803223
SELECT * FROM productcustomimages WHERE product_id = '4916'
266 0.0014 0.001410961151123
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4916' AND a.name = n.originalname
267 0.0004 0.00040388107299805
SELECT * FROM productoffers WHERE product_id = '4916' AND merchantid = 'A1X6FK5RDHNB96'
268 0.0004 0.00037980079650879
SELECT * FROM productoffers
                WHERE product_id = '4916' AND price > 0
                ORDER BY price ASC LIMIT 1
269 0.0004 0.00035500526428223
SELECT * FROM productoffers
                WHERE product_id = 4916
                ORDER BY price ASC LIMIT 1
270 0.0004 0.00040507316589355
SELECT value FROM productattributes
                WHERE product_id = '4916'
                AND name = 'ListPriceAmount'
271 0.0005 0.00045895576477051
SELECT value FROM productattributes WHERE product_id = '4916' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
272 0.0004 0.00039291381835938
SELECT * FROM products WHERE id = '4907'
273 0.0004 0.00041103363037109
SELECT * FROM productimages WHERE product_id = '4907' ORDER BY sortorder ASC
274 0.0008 0.00081300735473633
SELECT * FROM product_image_select WHERE product_id = '4907'
275 0.0003 0.00029706954956055
SELECT * FROM productcustomimages WHERE product_id = '4907'
276 0.0011 0.0010788440704346
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4907' AND a.name = n.originalname
277 0.0004 0.00036811828613281
SELECT * FROM productoffers WHERE product_id = '4907' AND merchantid = 'A1X6FK5RDHNB96'
278 0.0004 0.00036811828613281
SELECT * FROM productoffers
                WHERE product_id = '4907' AND price > 0
                ORDER BY price ASC LIMIT 1
279 0.0004 0.00042891502380371
SELECT value FROM productattributes WHERE product_id = '4907' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
280 0.0004 0.0003812313079834
SELECT * FROM products WHERE id = '1392'
281 0.0003 0.00032997131347656
SELECT * FROM productimages WHERE product_id = '1392' ORDER BY sortorder ASC
282 0.0007 0.00067901611328125
SELECT * FROM product_image_select WHERE product_id = '1392'
283 0.0003 0.0002748966217041
SELECT * FROM productcustomimages WHERE product_id = '1392'
284 0.0009 0.0009009838104248
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1392' AND a.name = n.originalname
285 0.0003 0.00034499168395996
SELECT * FROM productoffers WHERE product_id = '1392' AND merchantid = 'A1X6FK5RDHNB96'
286 0.0004 0.00041294097900391
SELECT * FROM productoffers
                WHERE product_id = '1392' AND price > 0
                ORDER BY price ASC LIMIT 1
287 0.0004 0.00038909912109375
SELECT value FROM productattributes WHERE product_id = '1392' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
288 0.0004 0.00043392181396484
SELECT * FROM products WHERE id = '764'
289 0.0004 0.00040698051452637
SELECT * FROM productimages WHERE product_id = '764' ORDER BY sortorder ASC
290 0.0007 0.00067591667175293
SELECT * FROM product_image_select WHERE product_id = '764'
291 0.0003 0.00027918815612793
SELECT * FROM productcustomimages WHERE product_id = '764'
292 0.0010 0.00096392631530762
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '764' AND a.name = n.originalname
293 0.0004 0.00037693977355957
SELECT * FROM productoffers WHERE product_id = '764' AND merchantid = 'A1X6FK5RDHNB96'
294 0.0004 0.00037789344787598
SELECT * FROM productoffers
                WHERE product_id = '764' AND price > 0
                ORDER BY price ASC LIMIT 1
295 0.0004 0.00039100646972656
SELECT value FROM productattributes WHERE product_id = '764' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
296 0.0003 0.00034594535827637
SELECT * FROM products WHERE id = '1612'
297 0.0003 0.0003209114074707
SELECT * FROM productimages WHERE product_id = '1612' ORDER BY sortorder ASC
298 0.0006 0.00063705444335938
SELECT * FROM product_image_select WHERE product_id = '1612'
299 0.0003 0.00026893615722656
SELECT * FROM productcustomimages WHERE product_id = '1612'
300 0.0007 0.00070500373840332
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1612' AND a.name = n.originalname
301 0.0002 0.00023388862609863
SELECT * FROM productoffers WHERE product_id = '1612' AND merchantid = 'A1X6FK5RDHNB96'
302 0.0002 0.00023794174194336
SELECT * FROM productoffers
                WHERE product_id = '1612' AND price > 0
                ORDER BY price ASC LIMIT 1
303 0.0002 0.00023198127746582
SELECT * FROM productoffers
                WHERE product_id = 1612
                ORDER BY price ASC LIMIT 1
304 0.0003 0.00026917457580566
SELECT value FROM productattributes
                WHERE product_id = '1612'
                AND name = 'ListPriceAmount'
305 0.0003 0.00027799606323242
SELECT value FROM productattributes WHERE product_id = '1612' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
306 0.0004 0.00035595893859863
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4242' ORDER BY timestamp DESC
307 0.0002 0.00022292137145996
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4148' ORDER BY timestamp DESC
308 0.0002 0.00020790100097656
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4914' ORDER BY timestamp DESC
309 0.0002 0.00021600723266602
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1426' ORDER BY timestamp DESC
310 0.0002 0.00021481513977051
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4325' ORDER BY timestamp DESC
311 0.0002 0.00021100044250488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1153' ORDER BY timestamp DESC
312 0.0002 0.0002281665802002
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1938' ORDER BY timestamp DESC
313 0.0002 0.0002140998840332
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3022' ORDER BY timestamp DESC
314 0.0002 0.00020694732666016
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4155' ORDER BY timestamp DESC
315 0.0002 0.00019598007202148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4181' ORDER BY timestamp DESC
316 0.0002 0.00019311904907227
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4556' ORDER BY timestamp DESC
317 0.0002 0.00022006034851074
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1458' ORDER BY timestamp DESC
318 0.0002 0.00020813941955566
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4256' ORDER BY timestamp DESC
319 0.0002 0.00019598007202148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4916' ORDER BY timestamp DESC
320 0.0002 0.00019598007202148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4907' ORDER BY timestamp DESC
321 0.0002 0.00019192695617676
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1392' ORDER BY timestamp DESC
322 0.0002 0.00019001960754395
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '764' ORDER BY timestamp DESC
323 0.0002 0.00018906593322754
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1612' ORDER BY timestamp DESC
324 0.0003 0.00033283233642578
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
325 0.0003 0.00028896331787109
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
326 0.0002 0.00024294853210449
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
327 0.0114 0.011406898498535
SELECT p.id,p.parent_id, o.price,p.asin FROM products p, productoffers o WHERE p.id = o.product_id AND p.parent_id = 0 AND hidden = 0 AND offers > 0 AND (SELECT COUNT(pi.id) FROM productimages pi WHERE pi.product_id = p.id) > 1 AND o.id IN (SELECT x.id FROM productoffers x WHERE x.product_id = p.id HAVING MIN(x.price)) ORDER BY p.title DESC LIMIT 6
328 0.0004 0.0003511905670166
SELECT p.id,p.price,p.listingtype FROM ebay_products p WHERE hide = 0 AND (SELECT COUNT(pi.id) FROM ebay_prod_images pi WHERE pi.prodid = p.id) > 1 ORDER BY p.title DESC LIMIT 6
329 0.0002 0.00024008750915527
SELECT p.id,p.price,p.currency FROM custom_products p WHERE hide = 0 AND orginalprice > 0 AND (SELECT COUNT(pi.id) FROM productcustomimages pi WHERE pi.product_id = p.id) > 1 ORDER BY p.title DESC LIMIT 6
330 0.0003 0.00028491020202637
SELECT * FROM products WHERE id = 1626
331 0.0003 0.00027704238891602
SELECT * FROM products WHERE id = 4041
332 0.0003 0.00028896331787109
SELECT * FROM products WHERE id = 4312
333 0.0002 0.00023794174194336
SELECT * FROM products WHERE id = 777
334 0.0003 0.0002601146697998
SELECT * FROM products WHERE id = 3881
335 0.0002 0.00023818016052246
SELECT * FROM products WHERE id = 4213
336 0.0002 0.00023794174194336
SELECT * FROM products WHERE id = '1626'
337 0.0002 0.00023508071899414
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
338 0.0004 0.00038003921508789
SELECT * FROM product_image_select WHERE product_id = '1626'
339 0.0002 0.00019311904907227
SELECT * FROM productcustomimages WHERE product_id = '1626'
340 0.0004 0.00043606758117676
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
341 0.0002 0.00024795532226562
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
342 0.0003 0.00025391578674316
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
343 0.0003 0.0002751350402832
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
344 0.0003 0.00025105476379395
SELECT * FROM products WHERE id = '4041'
345 0.0003 0.00025296211242676
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
346 0.0004 0.00040388107299805
SELECT * FROM product_image_select WHERE product_id = '4041'
347 0.0002 0.0002288818359375
SELECT * FROM productcustomimages WHERE product_id = '4041'
348 0.0006 0.00063991546630859
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
349 0.0003 0.00025701522827148
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
350 0.0003 0.00026202201843262
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
351 0.0003 0.00026798248291016
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
352 0.0003 0.00025606155395508
SELECT * FROM products WHERE id = '4312'
353 0.0002 0.00023198127746582
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
354 0.0004 0.00037789344787598
SELECT * FROM product_image_select WHERE product_id = '4312'
355 0.0002 0.00019097328186035
SELECT * FROM productcustomimages WHERE product_id = '4312'
356 0.0005 0.00054192543029785
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
357 0.0003 0.00025510787963867
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
358 0.0003 0.00026798248291016
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
359 0.0003 0.00029397010803223
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
360 0.0003 0.00026321411132812
SELECT * FROM products WHERE id = '777'
361 0.0002 0.00024294853210449
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
362 0.0004 0.00037598609924316
SELECT * FROM product_image_select WHERE product_id = '777'
363 0.0002 0.00019598007202148
SELECT * FROM productcustomimages WHERE product_id = '777'
364 0.0006 0.00061416625976562
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
365 0.0002 0.00024890899658203
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
366 0.0003 0.00027012825012207
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
367 0.0003 0.00026297569274902
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
368 0.0003 0.00026702880859375
SELECT * FROM products WHERE id = '3881'
369 0.0003 0.00029587745666504
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
370 0.0004 0.00040197372436523
SELECT * FROM product_image_select WHERE product_id = '3881'
371 0.0002 0.00019693374633789
SELECT * FROM productcustomimages WHERE product_id = '3881'
372 0.0006 0.0005650520324707
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
373 0.0002 0.00024008750915527
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
374 0.0003 0.00025105476379395
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
375 0.0003 0.00025701522827148
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
376 0.0003 0.00027203559875488
SELECT * FROM products WHERE id = '4213'
377 0.0003 0.00027298927307129
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
378 0.0004 0.00037002563476562
SELECT * FROM product_image_select WHERE product_id = '4213'
379 0.0002 0.00019121170043945
SELECT * FROM productcustomimages WHERE product_id = '4213'
380 0.0006 0.0006098747253418
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
381 0.0003 0.00026607513427734
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
382 0.0003 0.00026607513427734
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
383 0.0003 0.00026893615722656
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
384 0.0006 0.00058293342590332
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
385 0.0005 0.00049686431884766
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
386 0.0011 0.0011038780212402
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
387 0.0004 0.00042510032653809
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
388 0.0003 0.00034713745117188
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
389 0.0004 0.00043082237243652
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
390 0.0004 0.00039577484130859
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'